home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.2 Development Libraries
/
SGI IRIX 6.2 Development Libraries.iso
/
dist
/
gl_dev.idb
/
usr
/
include
/
gl
/
rct.h.z
/
rct.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-15
|
201 b
|
15 lines
#ifndef __GL_RECT_H__
#define __GL_RECT_H__
#ident "$Revision: 1.2 $"
typedef struct rct {
int xmin, xmax;
int ymin, ymax;
} rct;
rct *rctnew();
rct *rctclone();
#endif /* __GL_RECT_H__ */